home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
misc
/
o-z
/
x-windows
/
amiwind
/
x11
/
bin
/
startx
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
AmigaDOS Script File
|
1995-12-01
|
298 b
|
17 lines
.key display
;$VER: startx 2.11 (05.08.95)
;Copyright © 1995 Holger Kruse
;All rights reserved.
;
setenv DISPLAY local:<display$0>
changetaskpri 1
run AmiWin :<display$0>
changetaskpri 0
WaitForX <display$0>
changetaskpri 2
run twm
changetaskpri 0
if exists x11:.xinitrc
execute x11:.xinitrc
endif